home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / main.dcr / scripts_238.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  1.1 KB  |  44 lines

  1. on exitFrame
  2.   global nappi_sprite
  3.   set us to 0
  4.   LiveRollOver(103, 103)
  5.   if rollOver(80) then
  6.     set the locV of sprite nappi_sprite to the locV of sprite 80 + 15
  7.     set us to 1
  8.   end if
  9.   if rollOver(81) then
  10.     set the locV of sprite nappi_sprite to the locV of sprite 81 + 15
  11.     set us to 1
  12.   end if
  13.   if rollOver(82) then
  14.     set the locV of sprite nappi_sprite to the locV of sprite 82 + 15
  15.     RollEarth(92)
  16.     set us to 1
  17.   end if
  18.   if rollOver(83) then
  19.     set the locV of sprite nappi_sprite to the locV of sprite 83 + 15
  20.     RollEarth(93)
  21.     set us to 1
  22.   end if
  23.   if rollOver(84) then
  24.     set the locV of sprite nappi_sprite to the locV of sprite 84 + 15
  25.     set us to 1
  26.   end if
  27.   if rollOver(85) then
  28.     set the locV of sprite nappi_sprite to the locV of sprite 85 + 15
  29.     set us to 1
  30.   end if
  31.   if rollOver(86) then
  32.     set the locV of sprite nappi_sprite to the locV of sprite 86 + 15
  33.     set us to 1
  34.   end if
  35.   if us = 1 then
  36.     set the locH of sprite nappi_sprite to 460
  37.   else
  38.     if the locV of sprite nappi_sprite < 480 then
  39.       set the locV of sprite nappi_sprite to 490
  40.     end if
  41.   end if
  42.   go(the frame)
  43. end
  44.